C#
VB
C++
Represents a strongly typed list of objects that can be accessed by index and fires events when the list is changed.
[SerializableAttribute()][DefaultMemberAttribute("Item")]public class ListWithEvents<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IList, ICollection
<DefaultMemberAttribute("Item")><SerializableAttribute()>Public Class ListWithEvents(Of T)Implements System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[DefaultMemberAttribute("Item")][SerializableAttribute()]generic<typename T>public ref class ListWithEvents : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
Type Parameters
T
The type of elements in the list.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
